home *** CD-ROM | disk | FTP | other *** search
- /*
- CSS for Credits page.
- */
-
- body {
- margin:0px;
- padding:0px;
- background-color:#000060;
-
- font-family:Verdana,"Trebuchet MS", Arial, sans-serif;
- font-size:10px;
- }
-
- #DETAILS_HEADER {
- display: inline-block;
- left: 0px;
- top: 0px;
- width:100%;
- color:#000000;
- background:#0B2700 url("../graphics/main_bg.jpg") repeat-x left top;
- margin:0px 0px 0px 0px;
- border:0px 0px 0px 0px;
- padding:0px 0px 0px 0px;
- height:60px;
- }
-
- #DETAILS_HEADER_DIV {
- background-color:#000000;
- height:1px;
- width:100%;
- overflow: hidden;
- clear:both;
- }
-
- #CREDITS_DIV {
- background-color:#000000;
- height:1px;
- width:98%;
- margin-left:2px;
- overflow: hidden;
- clear:both;
- }
-
- #DETAILS_HEADER_TEXT {
- display: inline-block;
- margin: 0px 5px 0px 5px;
- width:100%;
- }
-
- .infoTitle {
- font-size: 14px;
- font-weight: bold;
- }
-
- .infoText {
- font-size: 11px;
- font-weight:normal;
- }
-
- #EPISODE_DATE {
- float:left;
- display: inline-block;
- clear: both;
- margin: 5px 0px 0px 5px;
- }
-
- #EPISODE_CHANNEL {
- float:left;
- display: inline-block;
- margin: 5px 5px 0px 30px;
- }
-
- #EPISODE_BUTTONS {
- margin-left:-4px;
- }
-
- #CHANNEL_ICON {
- float:left;
- width:67px;
- height:50px;
- margin-left:10px;
- margin-top:4px;
- }
-
- .channelNum {
- font-size:16px;
- font-weight:bold;
- }
-
- .channelName {
- font-size:12px;
- font-weight:normal;
- }
-
- #EPISODE_DESC {
- display: inline-block;
- float:left;
- clear: both;
- margin: 5px 5px 5px 5px;
- width:98%;
- }
-
- .subtitleText {
- font-size: 11px;
- font-weight:bold;
- }
-
- #EPISODE_TITLE {
- font-size: 16px;
- font-weight: bold;
- color: #000000;
- white-space: nowrap;
- background-color: #99BBEE;
- padding: 2px 4px 2px 4px;
- border: 1px solid #808080;
- margin: 5px 5px 0px 5px;
- }
-
- #EPISODE_SUBTITLE {
- font-size: 11px;
- white-space: nowrap;
-
- background-color: #33AADD;
- padding: 2px 4px 2px 4px;
- border: 1px solid #808080;
- margin: 3px 5px 0px 5px;
- }
-
- #EPISODE_CHANNEL {
- float:left;
- }
-
- #CREDITS {
- clear:both;
- display: inline-block;
- width: 99%;
- padding: 0px 0px 0px 0px;
- margin: 5px 5px 0px 5px;
- overflow: hidden;
- }
-
- .creditsCell {
- float:left;
- display: inline-block;
- width:11%;
- border-right: none;
- height:200px;
- overflow: auto;
- border-bottom: 1px solid #000000;
- background: url(../Graphics/creditcell_green.gif) no-repeat;
- margin: 1px 0px 0px 0px;
- }
-
- #JUDGES {
- border-right: 1px solid #000000;
- }
-
- .headerRow {
- line-height: 22px;
- vertical-align: text-bottom;
- font-weight: bold;
- width:100%;
- text-indent:4px;
- white-space: nowrap;
- height:22px;
- }
-
- #CREDITS A {
- color: #000000;
- text-decoration: none;
- }
-
- #CREDITS A:visited, #CREDITS A:active {
- color: #000000;
- }
-
- #CREDITS A:hover
- {
- color: #ffffff;
- text-decoration: underline;
- }
-
- .listings {
- padding: 2px 2px 2px 4px;
- }
-
-
- .textLarge {
- line-height:32px;
- }
-
- .textSmall {
- padding-left:3px;
- line-height:14px;
- }
-
- #HEADER_TEXT {
- margin: 4px 0px 0px 5px;
- _margin: 4px 0px 0px 3px;
- float:left;
- }
-
- #LOGO_HEADER {
- display:inline-block;
- float:left;
- height:46px;
- width:47px;
-
- background: url(../Graphics/logo_header.png) no-repeat left;
- margin-top:-5px;
- display:none;
- }
-
- #PROGRAM_INFO {
- display: inline-block;
- float:right;
- font-size: 16px;
- font-weight:bold;
- vertical-align: middle;
- margin-right:5px;
- line-height:56px;
- color: #ffffff;
- }
-
- .new_show {
- display: inline-block;
- width:19px;
- height:22px;
- background: url(../Graphics/new.png) no-repeat center;
- float:left;
- margin-left:3px;
- margin-right:20px;
-
- font-size:10px;
- font-weight:bold;
- font-variant: small-caps;
- color: #b22222;
- /* hide the text */
- font-size:0px;
- text-indent: -9000px;
- }
-